home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 7 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.7 KB

  1. Path: engcorp.com!not-for-mail
  2. From: peter@engcorp.com (Peter Hansen)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: Decent DOS REXX ???
  5. Date: Sat, 30 Dec 1995 14:00:35 GMT
  6. Organization: Engenuity Corporation
  7. Distribution: world
  8. Message-ID: <changi0.9m.28B9D3$06f@engcorp.com>
  9. References: <DK3uAq.9uH@discus.technion.ac.il> <4bmpd3$veo@news-s01.ny.us.ibm.net> <4c16dn$iir@linet02.li.net>
  10. Reply-To: peter@engcorp.com (Peter Hansen)
  11. NNTP-Posting-Host: p18.gallium.sentex.ca
  12. X-Newsreader: IBM NewsReader/2 v1.2
  13.  
  14. In <4c16dn$iir@linet02.li.net>, dave-a@newshost.li.net (dave anderson) writes:
  15. >normann@ibm.net wrote:
  16. >: Whether any shareware DOS-REXX exist is possible, but why not try the
  17. >: PC-DOS ver. 7.0? It comes with REXX built into it, and it's quite speedy.
  18. >
  19. >I was just thinking of PC-DOS and its REXX. Can it access the DLL's that
  20. >are availble for OS/2?  Mainly REXXUTIL.DLL
  21.  
  22. No.  REXXUTIL.DLL and other DLLs are effectively OS/2 programs, and you
  23. can't execute any OS/2 programs from DOS.
  24.  
  25. On the other hand, the REXX in PC DOS 7.0 does provide for expansion via
  26. a similar technique, only the .RX file involved doesn't "stick" in
  27. memory the way a .DLL does.  It is quite simple to write C programs that
  28. extend PC DOS 7.0, however, as far as I could tell from the included
  29. documentation (which is online in the .INF format, which _is_ compatible
  30. with OS/2!).
  31.  
  32. ------------------------------------------------------------------------
  33.  Peter HANSEN                                     Engenuity Corporation
  34.  peter@engcorp.com                              Guelph, Ontario, Canada
  35.  http://www.sentex.net/~engcorp/peter/
  36. ------------------------------------------------------------------------
  37.  
  38.